home *** CD-ROM | disk | FTP | other *** search
- a {
- color : blue;
- text-decoration : none;
- }
-
- a:hover {
- color : green;
- text-decoration : underline;
- }
-
- a.external {
- /* background-image: url(images/extlink.gif);
- background-position : left;
- background-repeat : no-repeat;
- padding-left: 18px;*/
- }
-
- body {
- background-color : White;
- color : black;
- font-family : Verdana, Arial, Helvetica, "MS Sans Serif", sans-serif;
- font-size : 70%;
- margin : 0 4px 0 0;
- }
-
- body.border {
- border : 4px solid black;
- margin : 10px 12px;
- }
-
- /* egads, a hack ! */
- br.smallbreak {
- font-size : 2px;
- }
-
- h2 {
- border-bottom : 1px solid black;
- font-size: 130%;
- font-family: Arial, sans-serif;
- font-weight: bold;
- margin : 0;
- padding : 4px 4px;
- padding-top : 6px;
- }
-
- /* css basics heading */
- h2.css {
- background-color : blue;
- color : white;
- }
-
- /* pro version heading */
- h2.full {
- }
-
- /* homesite integration heading */
- h2.hs {
- background-color : yellow;
- color : black;
- }
-
- /* topstyle lite heading */
- h2.lite {
- background-color : navy;
- color : white;
- }
-
- /* tutorial heading */
- h2.tutorial {
- background-color : black;
- color : white;
- }
-
- /* CSS Tips & Tricks */
- h2.tip {
- font-size: 105%;
- }
-
- h3 {
- font : bold 1em Arial, sans-serif;
- margin-left : 8px;
- }
-
- p {
- margin : 10px 10px;
- }
-
- p.indent {
- margin-left : 30px;
- }
-
- /* note box */
- p.note {
- background-color : #FFFFCC;
- border : 1px solid black;
- clear : both;
- color : black;
- margin : 12px 30px 12px 20px;
- padding : 6px 6px;
- }
-
- /* related topics */
- p.reltopics {
- border-top : 1px solid black;
- clear : both;
- margin : 16px 6px 20px 0;
- padding : 4px;
- font-size: smaller;
- }
-
- /* used for CSS examples */
- p.styleblock {
- background-color : #FFFFE6;
- font-family : monospace;
- margin : 4px 26px;
- padding : 6px 16px;
- padding-left : 16px;
- }
-
- /* used in tutorial */
- p.tip {
- background-color : #FFFFCC;
- border : 1px solid black;
- clear : both;
- color : black;
- margin-left : 10%;
- padding : 6px 6px;
- width : 90%;
- }
-
- table.tutnavtbl {
- border-top : 1px solid black;
- clear : both;
- font-size : 90%;
- margin-left : 0;
- margin-right : 10px;
- margin-top : 12px;
- text-align : right;
- width : 96%;
- }
-
- /* list of anchor links */
- ul.linklist {
- list-style-image : url("images/linkarrow.gif");
- }
-
- ul.extlinklist {
- list-style-image : url("images/extlink.gif");
- }
-
- ul.noimage {
- list-style : none;
- }
-
- ul.faq {
- list-style: none;
- margin-left: 12px;
- }
-
- ul.faq li {
- }
-
- /* css or html comment */
- .comment {
- color : gray;
- font-family : monospace;
- }
-
- /* HTML element */
- .element {
- color : Navy;
- font-family : monospace;
- }
-
- .example {
- font-family : monospace;
- }
-
- .important {
- color : red;
- font-weight : bold;
- }
-
- .keyword {
- font-weight : bold;
- }
-
- /* css property */
- .property {
- color : black;
- font-family : monospace;
- }
-
- .reltopicslbl {
- font-weight : bold;
- }
-
- /* css selector */
- .selector {
- color : maroon;
- font-family : monospace;
- font-weight : bold;
- }
-
- /* css value */
- .value {
- color : navy;
- font-family : monospace;
- }
-
- /* javascript comment */
- .jscomment {
- color: green;
- }
-
- /* javascript example code block */
- pre.jsblock {
- background-color : #FFFFE6;
- margin-left: 14px;
- margin-right: 14px;
- }
-
- /* menu command */
- .menucmd {
- font-family: monospace;
- font-weight: bolder;
- }